PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DNode Class / setOpacity Method
A number in the range [0, 1] indicating the opacity of the geometry supplied by this node using a standard additive blend mode.
In This Topic
    setOpacity Method
    In This Topic
    Sets the node opacity.
    Syntax
    public void setOpacity( 
       double opacity
    )

    Parameters

    opacity
    A number in the range [0, 1] indicating the opacity of the geometry supplied by this node using a standard additive blend mode.
    See Also